-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(RHINENG-13688): Convert publish date filter to select #2181
Conversation
Referenced Jiras: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2181 +/- ##
==========================================
- Coverage 67.11% 67.07% -0.05%
==========================================
Files 129 129
Lines 3473 3468 -5
Branches 1104 1104
==========================================
- Hits 2331 2326 -5
Misses 1142 1142 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnsonm325 generally looks good, but I think we need to fix
We don't need to show Publish date:
filter name here
but I know there is another place where we need to show it (this is correct)
cb9a966
to
d489d8d
Compare
@LightOfHeaven1994 good find. Should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, LGTM
This PR removes the radios from the publish date filter dropdown on the CVEs table toolbar. It implements the custom Select filter that was created for the Create Report modal. The publish date filter on the CVEs table does not include the "All" option. In order to get all publish dates, a user must remove any applied publish date filter. The Create Report modal, on the other hand, does include the "All" option because there is no way for a user to remove a publish date filter if one is applied.
d489d8d
to
ab6af2e
Compare
/retest |
This PR removes the radios from the publish date filter dropdown on the CVEs table toolbar. It implements the custom Select filter that was created for the Create Report modal.
The publish date filter on the CVEs table does not include the "All" option. In order to get all publish dates, a user must remove any applied publish date filter.
The Create Report modal, on the other hand, does include the "All" option because there is no way for a user to remove a publish date filter if one is applied.